-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(sim): connext instability tests #1735
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fails for me every time when I try to run it locally, most times due to context deadline exceeded and once due to rpc port in use.
@@ -16,9 +16,4 @@ pushd temp/indra | |||
make reset | |||
popd | |||
|
|||
if [[ retVal != 0 ]] | |||
then | |||
./logs.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing this will prevent the logs from printing on failure, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I saw you added a similar thing to simtest.yml
workflow, so it was redundant (assuming we don't need it for local runs).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think for local runs we can easily check the temp/logs
folder for output.
Did you try to clean and re-build everything? Also, try to restart Docker engine. |
@sangaman need to merge, please contact me if you still have local issues. |
Added test scenarios:
Code structure is still problematic, waiting for #1111 resolution.
Next to be implemented : #1712 (for both
lnd
andconnext
).